home *** CD-ROM | disk | FTP | other *** search
- #SetMaxFrame 2
- #SetFrameWidth 41
- #SetTransColour 0
-
- on {
-
- // Specify the bitmap
- SetBitmap 201.bmp
-
- // Set initial ZOrder
- Zorder 100
-
- // Show the light
- Show
-
- Repeat
-
- // Cycle through the lights
- call light1
- call light3
- call light5
- call light2
- call light4
- call light5
- call light5
- call light3
- call light4
- call light2
-
- EndLoop
- }
-
-
- light1 {
-
- SetFrame 1
- Move 198 122
- Sleep
- SetFrame 2
- Sleep
- }
-
-
- light2 {
-
- SetFrame 2
- Move 260 123
- Sleep
- SetFrame 1
- Sleep
- }
-
-
- light3 {
-
- SetFrame 1
- Move 327 122
- Sleep
- SetFrame 2
- Sleep
- }
-
- light4 {
-
- SetFrame 2
- Move 388 123
- Sleep
- SetFrame 1
- Sleep
- }
-
-
- light5 {
-
- SetFrame 1
- Move 456 123
- Sleep
- SetFrame 2
- Sleep
- }
-